func go/types.isComplex

6 uses

	go/types (current package)
		conversions.go#L163: 	if isComplex(Vu) && isComplex(Tu) {
		expr.go#L373: 	case isComplex(typ):
		expr.go#L1150: 		if x.mode == constant_ && y.mode == constant_ && isComplex(x.typ) {
		predicates.go#L19: func isComplex(t Type) bool        { return isBasic(t, IsComplex) }
		sizes.go#L88: 	if isComplex(T) {